home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcmag / v10n17 / fff.doc < prev    next >
Encoding:
Text File  |  1991-09-10  |  2.4 KB  |  48 lines

  1. FFF
  2.  
  3.  
  4.  
  5. John Deurbrouck                                   October 15, 1991 (Utilities)
  6.  
  7. Purpose:  A file and directory-finding utility that can search all directories 
  8. on any or all drives for one or more target filespecs.  Extended wildcards, 
  9. size and attribute-byte information, and multiple report formats are 
  10. supported.
  11.  
  12. Format:  FFF [/a] [drive(s):] [/d|do] [/h|ho|hro] [/s]
  13.          [/l|t|w] name(s)
  14.  
  15. Remarks:  The name(s) parameter may consist of multiple entries (separated by 
  16. spaces) on the same command line.  Thus, FFF *.exe *.com *.bat will find all 
  17. executable files on the current (default) drive.
  18.  
  19.         In FFF the * stands for 0 to n characters, the ? for one and only one 
  20. character; the period is treated specially as an ordinary character.  Thus *.* 
  21. and * both mean "all files," and *.?* restricts a listing to files that have 
  22. at least a 1-character extension.  Combinations such as *C*T*.* are permitted, 
  23. facilitating finding files with a basename that has (in this case) a C and a T 
  24. in that order.
  25.  
  26.         All other parameters are optional and are not sensitive as to case or 
  27. entry order.  The /a switch causes FFF to search all system drives in 
  28. alphabetic order.  One or more drives may be specified, singly, in ranges, or 
  29. intermixed, by entering a drive(s): parameter.  This parameter must end with a 
  30. colon, and included range(s) of drives (e.g. c-e:) must begin with the lowest 
  31. letter drive in the group.
  32.  
  33.         By default, searches begin from the root directory of the drive(s) 
  34. specified; the /s switch restricts the search to the current subdirectory and 
  35. its children.  The /d switch returns directories as well as files that match 
  36. name(s); /do lists matching directories only.  The /h switch adds hidden and 
  37. system files; /ho restricts the listing to hidden and system files; and /hro 
  38. reports hidden, system, and read-only files in addition to normal files.  
  39.  
  40.         The default FFF report lists files and directories found under their 
  41. parent directories and supplies file size, date and time, and attribute=byte 
  42. (archive, hidden, system, read-only) information on each.  File size and 
  43. allocation size totals are also supplied and a storage efficiency percentage 
  44. is calculated.  The /w (wide) switch reports entries individually, five 
  45. across.  The /l (limited) switch lists number of entries and total and 
  46. allocated filespace.  The /t (terse) switch reports fully-qualified names 
  47. only.
  48.